home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 2000 December / MaxiMac 109.iso / KitWeb / Wanadoo / Media / Present.dcr / Scripts_11_Slow or not.ls < prev    next >
Encoding:
Text File  |  2000-10-10  |  126 b   |  9 lines

  1. on exitFrame me
  2.   global gSlow, gParV5
  3.   if the timer > gParV5.SlowSeuil then
  4.     gSlow = 1
  5.   else
  6.     gSlow = 0
  7.   end if
  8. end
  9.